home *** CD-ROM | disk | FTP | other *** search
Makefile | 1996-03-17 | 306 b | 19 lines |
- CFLAGS = nostackcheck structureequivalence saveds ignore=88
-
- all: dos_calls exall pattern readargs
-
- dos_calls: dos_calls.c
- sc link $(CFLAGS) $@.c
-
- exall: exall.c
- sc link $(CFLAGS) $@.c
-
- pattern: pattern.c
- sc link $(CFLAGS) $@.c
-
- readargs: readargs.c
- sc link $(CFLAGS) $@.c
-
- clean:
- -delete \#?.(o|lnk)
-